home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / ddj0197.zip / readme.asc < prev    next >
Text File  |  1996-11-11  |  8KB  |  196 lines

  1. January 1997
  2. Dr. Dobb's Journal
  3.  
  4. RMD160.ASC
  5. Title: THE RIPEMD-160 CRYPTOGRAPHIC HASH FUNCTION
  6. Keywords: JAN97     ENCRYPTION    ALGORITHMS   SECURITY
  7. Published source code accompanying the article by Antoon 
  8. Bosselaers, Hans Dobbertin, and Bart Preneel in which they 
  9. present the RIPEMD-160 hash function, a secure replacement for 
  10. MD4 and MD5. Also see RMD160.ZIP.
  11.  
  12. RIPEMD.ZIP
  13. Title: THE RIPEMD-160 CRYPTOGRAPHIC HASH FUNCTION
  14. Keywords: JAN97     ENCRYPTION    ALGORITHMS   SECURITY
  15. Pseudocode and test messages accompanying the article by Antoon 
  16. Bosselaers, Hans Dobbertin, and Bart Preneel in which they 
  17. present the RIPEMD-160 hash function, a secure replacement for 
  18. MD4 and MD5. Requires PKUNZIP.EXE to extract.
  19.  
  20. RSERROR.ASC
  21. Title: REED-SOLOMON ERROR CORRECTION
  22. Keywords: JAN97    ERROR CORRECTION    C++   REED-SOLOMON
  23. Published source code accompanying Hugo Lyppens' article on a 
  24. software implementation (in C++ and assembly language) of Reed-
  25. Solomon error-correction. Also see RSERROR.ZIP.
  26.  
  27. RSERROR.ZIP
  28. Title: REED-SOLOMON ERROR CORRECTION
  29. Keywords: JAN97    ERROR CORRECTION    C++   REED-SOLOMON
  30. Unpublished source code and executables accompanying Hugo 
  31. Lyppens' article on a software implementation (in C++ and 
  32. assembly language) of Reed-Solomon error-correction. Requires 
  33. PKUNZIP.EXE to extract.
  34.  
  35. ZLIB.ZIP
  36. Title: THE ZLIB COMPRESSION LIBRARY
  37. Keywords: JAN97   COMPRESSION      
  38. Unpublished source code and executables accompanying Mark 
  39. Nelson's article on Zlib, a library of C routines that can be 
  40. used to compress or expand files using the same deflate algorithm 
  41. popularized by PKZIP 2.0. Requires PKUNZIP.EXE to extract.
  42.  
  43. NTREGMON.ASC
  44. Title: WINDOWS NT SYSTEM-CALL HOOKING
  45. Keywords: JAN97    WINDOWS NT     DEBUGGING
  46. Published source code accompanying the article by Mark 
  47. Russinovich and Bryce Cogswell which presents the design and 
  48. implementation of NTRegmon, an application that uses hooking to 
  49. show detailed information about each and every registry access 
  50. that occurs on an Windows NT system. Also see NTREGMON.ZIP and NTFILMON.ZIP.
  51.  
  52. NTREGMON.ZIP
  53. Title: WINDOWS NT SYSTEM-CALL HOOKING
  54. Keywords: JAN97    WINDOWS NT     DEBUGGING
  55. Unpublished source code and executables accompanying the article 
  56. by Mark Russinovich and Bryce Cogswell which presents the design 
  57. and implementation of NTRegmon, an application that uses hooking 
  58. to show detailed information about each and every registry access 
  59. that occurs on an Windows NT system. Requires PKUNZIP.EXE to 
  60. extract. Use -d option to maintain directory structure.
  61.  
  62. NTFILMON.ZIP
  63. Title: WINDOWS NT SYSTEM-CALL HOOKING
  64. Keywords: JAN97    WINDOWS NT     DEBUGGING
  65. Unpublished source code and executables accompanying the article 
  66. by Mark Russinovich and Bryce Cogswell which presents the design 
  67. and implementation of NTFilmon. Requires PKUNZIP.EXE to 
  68. extract. Use -d option to maintain directory structure.
  69.  
  70. STEGAN.ASC
  71. Title: STEGANOGRAPHY FOR DOS PROGRAMMERS
  72. Keywords: JAN97    CRYPTOGRAPHY    MS-DOS
  73. Published source code accompanying the article by Alan Johnson
  74. in which he presents techniques implementing steganography, a 
  75. form of encryption which allows you to hide information.
  76.  
  77. SIMULATE.ASC
  78. Title: SIMULATION AND DEVICE DRIVER DEVELOPMENT
  79. Keywords: JAN97   DEVICE DRIVERS   SIMULATION   WINDOWS NT
  80. Published source code accompanying the article by Eddy Quicksall 
  81. and Ken Gibson in which they present a simulation environment for 
  82. developing device drivers. To illustrate its use, they use the 
  83. sample Adaptec AHA-1540 SCSI miniport driver that comes with the 
  84. Windows NT DDK. Also see SIMULATE.ZIP.
  85.  
  86. SIMULATE.ZIP
  87. Title: SIMULATION AND DEVICE DRIVER DEVELOPMENT
  88. Keywords: JAN97   DEVICE DRIVERS   SIMULATION   WINDOWS NT
  89. Unpublished source code and related files accompanying the 
  90. article by Eddy Quicksall and Ken Gibson in which they present a 
  91. simulation environment for developing device drivers. To 
  92. illustrate its use, they use the sample Adaptec AHA-1540 SCSI 
  93. miniport driver that comes with the Windows NT DDK. Requires 
  94. PKUNZIP.EXE to extract.
  95.  
  96. AIRPORT.ASC
  97. Title: SIMULATING THE DENVER AIRPORT AUTOMATED BAGGAGE SYSTEM
  98. Keywords: JAN97    SIMULATION   LISP    
  99. Published source code accompanying the article by John Swartz in 
  100. which he uses Xlisp to implement a computer simulation of the 
  101. essential components of the Denver airport automated baggage 
  102. system. 
  103.  
  104. XMAPI.ASC
  105. Title: EXAMINING EXTENDED MAPI 1.0
  106. Keywords: JAN97    NETWORKS    MAPI    
  107. Published source code accompanying Les Thaler's article on The 
  108. Extended Messaging Application Programming Interface 1.0 (not to 
  109. be confused with the previous generation "Simple MAPI"). MAPI 1.0 
  110. was created to standardize the interfaces between messaging 
  111. applications and the underlying messaging systems. Also see 
  112. XMAPI.ZIP.
  113.  
  114. XMAPI.ZIP
  115. Title: EXAMINING EXTENDED MAPI 1.0
  116. Keywords: JAN97    NETWORKS    MAPI    
  117. Unpublished source code and related files accompanying Les 
  118. Thaler's article on The Extended Messaging Application 
  119. Programming Interface 1.0 (not to be confused with the previous 
  120. generation "Simple MAPI"). MAPI 1.0 was created to standardize 
  121. the interfaces between messaging applications and the underlying 
  122. messaging systems. Requires PKUNZIP.EXE to extract.
  123.  
  124. DYNDATA.ASC
  125. Title: PUBLISHING DYNAMIC DATA ON THE INTERNET
  126. Keywords: JAN97    WWW   INTERNET   DATABASE   ODBC   
  127. Published source code accompanying Lauren Hightower's article 
  128. which uses Allaire's Cold Fusion development tool to provide Web 
  129. access to any database the Web server can access using ODBC. Cold 
  130. Fusion runs as a multithreaded Windows NT system service and 
  131. works with any ODBC-compliant database. Also see DATA.ZIP.
  132.  
  133. FRACTAL.ZIP
  134. Title: INSIDE ITERATED SYSTEM'S FRACTAL DEVELOPMENT KIT
  135. Keywords: JAN97    COMPRESSION   FRACTALS   IMAGING
  136. Unpublished source code and related files accompanying Dino 
  137. Esposito's article on the Fractal Development Kit from Iterated 
  138. Systems. The FDK is a library that makes it possible for you to 
  139. embed fractal-imaging capabilities into C/C++ Windows and 
  140. Macintosh applications. Requires PKUNZIP.EXE to extract.
  141.  
  142. AA197.ASC
  143. Title: ALGORITHM ALLEY
  144. Keywords: JAN97     ALGORITHMS       HEAPS 
  145. Published source code accompanying John Boyer's article on 
  146. exceptionally fast "Fibonacci" heaps. Also see AA197.ZIP.
  147.  
  148. AA197.ZIP
  149. Title: ALGORITHM ALLEY
  150. Keywords: JAN97     ALGORITHMS       HEAPS 
  151. Unpublished source code accompanying John Boyer's article on 
  152. exceptionally fast "Fibonacci" heaps. Requires PKUNZIP.EXE to 
  153. extract.
  154.  
  155. CPROG197.ASC
  156. Title: C PROGRAMMING COLUMN  
  157. Keywords: JAN97  C   C++   WINDOWS     UNDO
  158. Published source code accompanying Al Stevens column in which he 
  159. updates a property page dialog-based application to include 
  160. context-sensitive help for the controls on the dialog pages.
  161. Also see CPROG197.ZIP.
  162.  
  163. CPROG197.ZIP
  164. Title: C PROGRAMMING COLUMN  
  165. Keywords: JAN97  C   C++   WINDOWS     UNDO
  166. Unpublished source code and related files accompanying Al Stevens 
  167. column in which he updates a property page dialog-based 
  168. application to include context-sensitive help for the controls on 
  169. the dialog pages. Requires PKUNZIP.EXE to extract.
  170.  
  171. JAVAQ&A.ASC
  172. Title: JAVA Q&A
  173. Keywords: JAN97  JAVA   CORBA   DISTRIBUTED OBJECTS
  174. Published source code accompanying Cliff Berg's column in which 
  175. he examines how you can use Java to implement a CORBA application 
  176. that is representative of the way that CORBA is likely to be 
  177. used. In doing so, he revisits the chat application introduced in 
  178. a previous column. Also see JAVAQ&A.ZIP.
  179.  
  180. JAVAQ&A.ZIP
  181. Title: JAVA Q&A
  182. Keywords: JAN97  JAVA   CORBA   DISTRIBUTED OBJECTS
  183. Unpublished source code accompanying Cliff Berg's column in which 
  184. he examines how you can use Java to implement a CORBA application 
  185. that is representative of the way that CORBA is likely to be 
  186. used. Requires PKUNZIP.EXE to extract.
  187.  
  188. LETTERS.ASC
  189. Title: LETTERS TO THE EDITOR
  190. Keywords: JAN97   LISP
  191. Letter to the editor by Tom Ruby in which he discusses John 
  192. Swartz's article "Constructing Combinations Using LISP" (DDJ, 
  193. November 1996).
  194.  
  195.  
  196.